home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c++
- Subject: Re: Template Library as DOS *.lib
- Date: Sun, 21 Jan 1996 19:49:43 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4dtqq5$sl2@oxy.rust.net>
- References: <DLHpEJ.56p@latcs1.lat.oz.au>
- NNTP-Posting-Host: liv-11.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- charan@latcs1.lat.oz.au (Software Access) wrote:
-
- >Hi C++ Programmer.
- > I have made a template which i compile into a static library for
- > an exe.
- > Using Borland's IDE.We'll i then create and instance of the library
- > say PGI<int> *pgi;
- > And try and link with the created library.
- > Say pgilib.lib,which is supposed to be the library of the template
- > PGI!.
- > But when i compile it and link,the linker says "PGI<int>() and
- > ~PGI<int>() not known.
-
- Borlands provides the compiler -Jg switches to handle this situation.
- Check these out in the BC++ Programmers Guide.
-
- Earl
-
-
-